home *** CD-ROM | disk | FTP | other *** search
- #import <appkit/appkit.h>
-
- #define PLAIN 0
- #define FADE 1
- #define CLEAR 2
- #define SCRAMBLE 3
- #define WINKOFF 4
- #define FSCRAMBLE 5
- #define SWAB 6
-
- @interface ColorBars:View
- {
- NXColor backgroundColor;
- int style;
- int running;
- float delay;
- }
-
- - setBackgroundColor:(NXColor)c;
- - setDrawstyle:(int)n;
- - fill:(NXColor)c;
- - stopIt;
-
- @end
-